build(deps): bump astro from 7.1.3 to 7.2.8 in /src/frontend - #1641
build(deps): bump astro from 7.1.3 to 7.2.8 in /src/frontend#1641dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 7.1.3 to 7.2.8. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@7.2.8/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 7.2.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
🟡 Changes recommended
The Astro bump introduces a Sharp minimum version expectation and a markdown-remark peer version mismatch that should be reconciled in src/frontend/package.json and the lockfile before merging.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates the src/frontend Astro (and related lockfile transitive dependencies) to the latest patch release to keep the documentation site/tooling current.
Changes:
- Bump
astrofrom7.1.3to7.2.8insrc/frontend/package.json. - Refresh
src/frontend/pnpm-lock.yamlto reflect Astro 7.2.8’s updated transitive dependency graph (e.g., Vite/esbuild, Sharp, etc.).
File summaries
| File | Description |
|---|---|
| src/frontend/package.json | Updates the direct Astro dependency version. |
| src/frontend/pnpm-lock.yaml | Re-locks dependencies after the Astro upgrade, pulling in updated transitive versions and metadata. |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 2
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "asciinema-player": "^3.17.0", | ||
| "astro": "^7.1.3", | ||
| "astro": "^7.2.8", | ||
| "astro-contributors": "^0.9.0", |
| peerDependencies: | ||
| '@astrojs/markdown-remark': 7.2.1 | ||
| '@astrojs/markdown-remark': 7.2.4 | ||
| peerDependenciesMeta: |
|
Tracked/superseded by #1645 — the [auto-sec] canonical remediation for the aspire.dev frontend npm security cluster, which folds this update in and clears all 12 open Dependabot alerts. Keeping this open until the canonical PR is confirmed green, then it will be closed as superseded. |
|
Superseded by #1645, the canonical [auto-sec] consolidation for /src/frontend npm dependencies. #1645 is open, mergeable, conflict-free, and CI-green (frontend build + all E2E suites pass), and it already includes this bump (regenerated pnpm-lock.yaml with public-registry tarballs + overrides clearing all Dependabot alerts). Closing per the automation closure gate; will be reopened if #1645 is not merged. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps astro from 7.1.3 to 7.2.8.
Release notes
Sourced from astro's releases.
... (truncated)
Changelog
Sourced from astro's changelog.
... (truncated)
Commits
7cadf10[ci] release (#17826)ecb4082Update Sharp to 0.35.4 (#17837)8bf6f1achore: split v5/v6 changelogs (#17825)db7c53bchore(deps): replace "find-process" with a smaller, lighter alternative (#17786)eface15[ci] release (#17815)633855bUse workerd's compatibility date for Cloudflare defaults (#17819)55d38c8Deserialize each route once when loading the manifest (#17415)a0d2fe3Pass file path to SVGO soprefixIdsgenerates unique per-file prefixes (#17...ae26d18Handle GET and HEAD request bodies during rewrites (#17813)023b48bNormalize request paths before route matching (#17772)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.